home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Programmer Disk
/
The Programmer Disk (Microforum).iso
/
xpro
/
qb1
/
pro1
/
read.me
< prev
next >
Wrap
Text File
|
1992-07-04
|
879b
|
13 lines
07/05/92 2.25 While experimenting with some programs of my own I
found a some errors in the disabling of the IRQ
masks on the Interrupt Controller when exiting from
QBserial. The program has been changed so that if
the IRQ you specify is already turned ON when
OpenComm executes, QBserial will leave it ON when
you do a CloseComm. In versions since 2.10, the IRQ
mask was always turned OFF when CloseComm was
executed. This caused other communications programs
such as BBS's that don't reset the port when
returning from QBserial to appear to "lock up" when
they regained control.